DevForce Help Reference
GetQuery<T>() Method


Entity type
Return an EntityQuery to retrieve entities of the specified type.
Syntax
'Declaration
 
Public Overloads Function GetQuery(Of T As Class)() As EntityQuery(Of T)
'Usage
 
Dim instance As EntityManager
Dim value As EntityQuery(Of T)
 
value = instance.GetQuery(Of T)()
public EntityQuery<T> GetQuery<T>()
where T: class

Type Parameters

T
Entity type
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManager Class
EntityManager Members
Overload List

Send Feedback